home *** CD-ROM | disk | FTP | other *** search
/ By Popular Request 2.0 / By Popular Request 2.0 (Arsenal Computer).ISO / amiga_5 / svlb117d.ads < prev    next >
Text File  |  1995-06-25  |  6KB  |  137 lines

  1.  Amiga Distribution System-- Long Description File
  2.  
  3.            ADS Zone: 1
  4.      ADS Hatch Site: Don Plesky
  5.        ADS Position: ADS Zone 1 Coordinator
  6.            BBS Name: EastPointe Amiga BBS
  7.     Phone Number(s): 810-773-6959
  8.     Network Address: 1:120/229  
  9.      Network Region: 11    
  10.           BBS Hours: 24 Hrs/Day
  11. BBS Mailer/Software: DLG Trapdoor/PDQmail
  12.   BBS Storage Space: 2 Gig 
  13.   File Requestable :  <X> Y     < > N
  14. File Request Hours : All The Time
  15.  
  16. ==========================================
  17.             Long Description
  18. ==========================================
  19.  
  20. Short: Superview.library - loads, saves, displays, operates on Gfx
  21. Type:  gfx/show
  22.  
  23. Uploader:
  24. Author: Andreas_Kleinert@superview.ftn.sub.org
  25.  
  26. superview-Library V11.7, a modularian Shared Library-System for loading,
  27. saving, displaying and processing of various common Graphic File Formats.
  28. Uses sub-libraries for loading/saving (SVObjects), displaying (SVDrivers)
  29. and processing (SVOperators).
  30.  
  31. OS V2.04+ and 68000 required, takes advantage of OS V3.x and 68020+.
  32. FREEWARE. See documentation for details on usage and distribution.
  33.  
  34. **********************************************************************
  35. **  Developer distribution of superview.library (without binaries)  **
  36. *   This version only includes Docs + Programmers stuff, you'll      *
  37. **  perhaps also need to download the svlibXXU.LHA archive !        **
  38. **********************************************************************
  39.  
  40. SVObjects :    - IFF-ILBM, IFF-ACBM, PCX, GIF, BMP (W*nd*ws), JPEG, PCD,
  41.                  TIFF, EPS, FBM (*nix), PNM (*nix), WPG (W*rdP*rf*ct),
  42.                  IMG (GEM), MAC (M*cPaint), C64 (Koala,Doodle), Targa,
  43.                  Pictor/PCPaint, SunRaster, IFF-YUVN, WinIcon, QRT,
  44.                  SVO (own Format) and all OS3-Datatypes !
  45.  
  46.                  Reads XPK- and PP20-packed data via Unpack.svobject.
  47.  
  48.                  Includes "FastILBM24.svobject" for easily reading
  49.                  24 Bit ILBMs without huge memory usage.
  50.                  UtahRLE.svobject is available separately.
  51.  
  52. SVDrivers :    - ECS, AGA, EGS-Cards, OpalVision, Retina, CyberGraphics
  53.  
  54.                  PicassoII and Merlin are available on AmiNet.
  55.  
  56. SVOperators :  - Dither24Bit, 24BitToHAM, HilbertDither256, XOR,
  57.                  ExtractRed, ExtractGreen, ExtractBlue, ExtractGrayScales,
  58.                  TopToBottom, LeftToRight, Rotate, Scale50, AnyTo24Bit,
  59.                  Crop, CallPNM
  60.  
  61.  
  62.      V11.7 (27.5.1995) :
  63.      -------------------
  64.      - New features:
  65.        - included "CyberGraphics.svdriver" for CyberVision and
  66.          any other GfxCards, which are supported by CyberGraphics.
  67.          There have already been single releases of this SVDriver.
  68.          (thanks to Ingenieurbⁿro Helrich for the PiccoloSD64 Card)
  69.      - Fixes:
  70.        - Retina.svdriver did not fail on missing retina*.libraries,
  71.          but instead when trying to display anything (Guru). Fixed.
  72.        - fixed bug within AGA.svdriver
  73.      - Misc:
  74.        - added some new Icons, e.g. SuperViewPrefs.info now contains
  75.          the "selected" part of the ConfigFile-Icon of SuperView (nice)
  76.          and the Drawer Icons have been replaced by a new one from
  77.          Detlef Winkler
  78.        - revised SuperViewPrefs to allow also settings for SVOperators,
  79.          also completely revised GUI and soem more things.
  80.      - Documentation and Programmers Section:
  81.        - again reworked some parts of the documentation
  82.        - added note on availability of Merlin.svdriver V1.1
  83.      - Installation:
  84.        - completely rewrote Installer-Script; e.g. libraries may
  85.          now be installed to an other directory than LIBS:
  86.          (for those who make use of "Assign LIBS: [PATH] ADD")
  87.        - added configuration for CyberGraphics
  88.        - ECS and AGA settings now also included with some specific
  89.          GfxCard configurations (BITMAPCOPY=RTG)
  90.  
  91.      V11.6 (17.5.1995) :
  92.      -------------------
  93.      - added sample configuration for RetinaZ2/Z3, OpalVision
  94.        and so on (Docs/SampleConfigs)
  95.      - Installer-Script had a bug within the SampleConfig Installation
  96.        part. Also now asking sooner for basic system configuration.
  97.      - Fixes:
  98.        - superviewsupport.library' new C2P routines had been buggy
  99.          for "less than 256 color graphics"
  100.        - small fix on Retina.svdriver
  101.  
  102.      V11.5 (14.5.1995) :
  103.      -------------------
  104.      * note: this release is quite important and necessary for any
  105.      *       serious user of the library, since some very mysterious,
  106.      *       long-standing bugs have been fixed (work-arounded)
  107.  
  108.      - added example program, which tests SVL_GetFileType() and
  109.        displays some (useful ?) information
  110.        (-> Steve Quartly)
  111.      - Fixes:
  112.        - revised "chunky to planar" conversion routines of superviewsupport-
  113.          library
  114.        - fixed _strange_ bug in writing ILBMs
  115.        - ILBM, ACBM now do handle "foreign" CAMG ViewModes better
  116.          (-> Jⁿrgen SchΣfer)
  117.        - again fixed AnyTo24Bit concerning HAM ViewModes
  118.          (-> Jⁿrgen SchΣfer)
  119.      - 680x0 support:
  120.        - added 68030 and 68040 version of superviewsupport.library
  121.          (due to new default c2p/p2c conversion routines)
  122.        - added 68030 and 68040 version of ILBM.svobject
  123.      - added sample configuration for GfxCards
  124.  
  125.      V11.4 (7.5.1995) :
  126.      ------------------
  127.      - Fixes:
  128.        - ECS.svdriver sometimes tried to open 24 Bit Screens, which
  129.          seemed to cause serious crashes sometimes (-> Jⁿrgen SchΣfer)
  130.        - 24BitToHAM contained some garbage; revised memory management
  131.          dito for AnyTo24Bit
  132.          dito for Dither24Bit
  133.          dito and more for GIF
  134.        - modified Dither24Bit to usually set color 0 as black
  135.      - Documentation:
  136.        - revised and updated
  137.